home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Applications / Text / tex / rtf2LaTeX 1.5 / rtf2LaTeX / r2l_version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-17  |  1.6 KB  |  40 lines  |  [TEXT/KAHL]

  1. /*
  2.  * $Id: r2L_version.h,v 1.5 1993/08/16 08:24:45 ralf Exp $
  3.  * This file gives the current version number for rtf2LaTeX
  4.  * History:
  5.  * $Log: r2L_version.h,v $
  6.  * Revision 1.5  1993/08/16  08:24:45  ralf
  7.  * Minor corrections for THINKC port
  8.  *
  9.  * Revision 1.4  1993/07/02  08:23:26  ralf
  10.  * Fixed bug with endless loop on compilers with unsigned char
  11.  * (declared variable c for getopt() as int instead of char)
  12.  * Added support for skipping pictures correctly
  13.  * (sorry can't do more about pictures for now)
  14.  * Incorporated changes for the macintosh port by Alex Viskovatoff
  15.  * viskov@harvard.edu
  16.  * Removed some fixed boundaries for filenames
  17.  * Added some configuration hints in the Makefile.2LaTeX
  18.  * Incorporated support for stdarg by Alex Viskovatoff
  19.  *
  20.  * Revision 1.3  1993/04/26  09:15:38  ralf
  21.  * Corrected bug in selection of Standard vs. Normal Style
  22.  * Corrected bug of writing into strings in Error Message
  23.  * Corrected problems people had with SEEK_SET undefined
  24.  * New rtf special characters bullet, emdash, endash, left double quote,
  25.  * right double quote, left quote, right quote are now translated.
  26.  * New Options to use german versions of quotes with german.sty
  27.  * New option to replace paired double quotes by appropriate left- and right
  28.  * quotes on output.
  29.  * In Error messages the name of the program should now be printed.
  30.  *
  31.  * Revision 1.2  1993/04/15  09:35:51  ralf
  32.  * New revision with Paul DuBois changes (using 1.6a3)
  33.  * Makefile has new features.
  34.  *
  35.  * Revision 1.1  1993/04/14  14:34:52  ralf
  36.  * Initial revision
  37.  *
  38.  */
  39. static char *version = "Version $Revision: 1.5 $;  $Date: 1993/08/16 08:24:45 $ $State: Exp $";
  40.